-- background: 18330 from stack: in.0 -- bmap block id: 0 -- flags: 4000 -- background id: 0 -- name: volumes -- part 1 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=239 top=32 right=335 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: volumes ----- HyperTalk script ----- -- Script by Chris Christensen written for HyperLabels on mouseUp put line ClickLine() of field "volumes" into volume if volume <> "" then pop card put catalog(volume) into background field "Description" end if end mouseUp